home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / biz / dbase / msql_2_b.lha / Hughes / aminet.readme next >
Text File  |  1997-04-06  |  2KB  |  47 lines

  1. Short:    SQL-Database engine! Client/Server applications for Amiga... Sources only.
  2. Author:   Bambi@Hughes.com.au (David J. Hughes)
  3. Uploader: horror@smartnet.co.za (Mike Erasmus)
  4. Type:     misc/unix
  5.  
  6. DESCRIPTION:
  7. A SQL Database engine to create database applications. For people who don't
  8. know what that means, you can develop example a kick ass financial software
  9. system with relations. Without fiddling around in C++ code or lines and
  10. lines of code. Just send your query to the engine and it will sort it out
  11. for you. This is source code only. Sorry.
  12.  
  13. You can example send the following line of code to the "server":
  14. SELECT author, title, isbn_no from publishers
  15.  WHERE author = 'Pete Simmons'
  16.  AND title like '%South Africa%'
  17.  
  18. The above query will then be executed by the server and return all rows
  19. which match the WHERE clause, neat eh??
  20.  
  21.  
  22. REQUIREMENTS:
  23. A decently configured Amiga with the GNU GCC compiler fully working and in
  24. order. I haven't got to install the Amiga ADE environment but that may be
  25. able to compile this baby so will someone else please do that?
  26.  
  27. However, I have managed to get to compile it on Amiga m68k Linux though,
  28. but when it comes to the "make instll" part thats where the pop hits the
  29. fan. The compiler has one tiny error which makes the last part fail. I'm
  30. clueless on what to do about that.
  31.  
  32. CLOSING NOTES:
  33. If someone do manage to compile this, will you pllllllleasssse let me know
  34. via e-mail?  I have some great ideas but due to my lack of knowledge it
  35. will not be implemented. Unless someone is willing to give me a hand here.
  36.  
  37. I am a Visual Basic4.0/SQL-Server programmer on Win95 environment so excuse
  38. my lack of Amiga technical know-how. A job offer will always be welcome...
  39. My hope is that a spirited person will contact me soon so we can give a new
  40. leae of life to the beloved Amiga.
  41.  
  42.  
  43. For updates visit my website:
  44. http://www.mountainark.com/africa/me
  45.  
  46. PS. The postfix .za is ZUID-AFRIKA!!! (South Africa)
  47.